---
title: "Get play store in app subscriptions"
method: POST
path: "/api/v5/InApp Subscriptions/play-store"
tags: ["InApp Subscriptions"]
---

# Get play store in app subscriptions

`POST /api/v5/InApp Subscriptions/play-store`

## Request body

- BodyInAppSubscriptionPlayStoreCreateApiV5InAppSubscriptionsPlayStorePost
  - `in_app_subscription` PlayStoreInAppSubscriptionInCreate, required — Play app store in app subscription
    - `purchaseToken` string, required
    - `productId` string, required

## Response `201`

Successful Response

- InAppSubscriptionInResponse
  - `inAppSubscription` InAppSubscription, required
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `deletedAt` string, date-time
    - `id` integer
    - `os` string, required
    - `purchaseToken` string
    - `productId` string
    - `packageName` string
    - `receiptData` string
    - `newProductId` string
    - `subscriptionGroup` string
    - `secretKey` string
    - `userId` integer
    - `userEmail` string
    - `expiryDate` string, date-time
    - `purchaseDate` string, date-time
    - `lastCheckedAt` string, date-time
    - `lastCheckedStatus` string
    - `statusCode` string
    - `errorMessage` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pavlok/apis/pavlok-api-v5.md) · [All operations](https://skmtc.net/pavlok/apis/pavlok-api-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pavlok/pavlok-api-v5/versions/3d192098b1ac/schema)
